feat(wms): 添加钢卷集合字段支持
- 在 WmsDeliveryPlan 实体类中新增 coil 字段 - 在 WmsDeliveryPlanBo 业务对象中新增 coil 字段 - 在 WmsDeliveryPlanVo 视图对象中新增 coil 字段 - 更新 MyBatis 映射文件以支持 coil 字段的数据库映射
This commit is contained in:
@@ -71,4 +71,7 @@ public class WmsDeliveryPlanVo extends BaseEntity {
|
||||
*/
|
||||
private String updateByName;
|
||||
|
||||
// 钢卷集合
|
||||
private String coil;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user