初步给商品的扩展信息拆分成扩展1 扩展2 扩展3
This commit is contained in:
@@ -24,7 +24,9 @@ public interface MaterialMapperEx {
|
||||
@Param("color") String color,
|
||||
@Param("brand") String brand,
|
||||
@Param("mfrs") String mfrs,
|
||||
@Param("materialOther") String materialOther,
|
||||
@Param("otherField1") String otherField1,
|
||||
@Param("otherField2") String otherField2,
|
||||
@Param("otherField3") String otherField3,
|
||||
@Param("weight") String weight,
|
||||
@Param("expiryNum") String expiryNum,
|
||||
@Param("enableSerialNumber") String enableSerialNumber,
|
||||
@@ -51,6 +53,9 @@ public interface MaterialMapperEx {
|
||||
@Param("color") String color,
|
||||
@Param("brand") String brand,
|
||||
@Param("mfrs") String mfrs,
|
||||
@Param("otherField1") String otherField1,
|
||||
@Param("otherField2") String otherField2,
|
||||
@Param("otherField3") String otherField3,
|
||||
@Param("enableSerialNumber") String enableSerialNumber,
|
||||
@Param("enableBatchNumber") String enableBatchNumber,
|
||||
@Param("offset") Integer offset,
|
||||
@@ -62,6 +67,9 @@ public interface MaterialMapperEx {
|
||||
@Param("color") String color,
|
||||
@Param("brand") String brand,
|
||||
@Param("mfrs") String mfrs,
|
||||
@Param("otherField1") String otherField1,
|
||||
@Param("otherField2") String otherField2,
|
||||
@Param("otherField3") String otherField3,
|
||||
@Param("enableSerialNumber") String enableSerialNumber,
|
||||
@Param("enableBatchNumber") String enableBatchNumber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user