feat(收货计划): 添加计划类型字段并实现收货计划管理功能
添加计划类型字段(0-发货/1-收货)到WmsDeliveryPlan相关实体类 实现收货计划的查询、新增、修改、删除功能 新增前端收货计划管理页面
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<result property="planId" column="plan_id"/>
|
||||
<result property="planName" column="plan_name"/>
|
||||
<result property="planDate" column="plan_date"/>
|
||||
<result property="planType" column="plan_type"/>
|
||||
<result property="remark" column="remark"/>
|
||||
<result property="delFlag" column="del_flag"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
|
||||
Reference in New Issue
Block a user