feat(oa): 添加项目进度负责人字段
- 在 OaProjectSchedule 实体中新增 steward 字段 - 在 OaProjectScheduleBo 业务对象中新增 steward 字段- 在 OaProjectScheduleVo 视图对象中新增 steward 字段 - 更新 MyBatis 映射文件以支持 steward 字段的读取 - 数据库查询结果中增加 steward 字段的映射与返回
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<result property="startTime" column="start_time"/>
|
||||
<result property="endTime" column="end_time"/>
|
||||
<result property="status" column="status"/>
|
||||
<result property="steward" column="steward"/>
|
||||
<result property="createBy" column="create_by"/>
|
||||
<result property="createTime" column="create_time"/>
|
||||
<result property="updateBy" column="update_by"/>
|
||||
@@ -30,6 +31,7 @@
|
||||
ops.start_time,
|
||||
ops.end_time,
|
||||
ops.status,
|
||||
ops.steward,
|
||||
ops.remark,
|
||||
|
||||
/* ======================== 项目信息 ==================== */
|
||||
|
||||
Reference in New Issue
Block a user