代码备份

master
anthonywj 2 years ago
parent 3c2812ee61
commit 355462683e

@ -261,4 +261,6 @@ public class Constant {
public static final String SYNC_REMARK = "syncRemark"; public static final String SYNC_REMARK = "syncRemark";
public static final String SERIAL_CACHE_PREFIX_PLACE = "serialplace_";
} }

@ -87,6 +87,8 @@ public class FilterInvPreinProductRequest extends ListPageRequest {
* *
*/ */
private String invCode; private String invCode;
// 货位编码
private String spaceCode;
/** /**
* *

@ -196,4 +196,5 @@ public class GennerOrderUtils {
return completionSerial("D", incrementalSerial, 4); return completionSerial("D", incrementalSerial, 4);
} }
} }

Loading…
Cancel
Save