forked from wangziqi/ruoyi-vue-pro
chore(project): rebranded project as 恭学教育 (GongXue Education)
- Updated pom.xml project name, description, and URL to 恭学教育. - Changed LICENSE copyright holder to 恭学教育 (GongXue Education). - Rebranded README.md with new project title and tagline. - Replaced @author 芋道源码 with @author 恭学教育 across all Java source files. - Updated Swagger metadata with 恭学教育 API title and admin@gongxue.com. - Added Gitea Actions CI pipeline for automated build and deployment.
This commit is contained in:
@@ -68,7 +68,7 @@ public class MesMdProductSipController {
|
||||
@PreAuthorize("@ss.hasPermission('mes:md-item:query')")
|
||||
public CommonResult<PageResult<MesMdProductSipRespVO>> getProductSipPage(@Valid MesMdProductSipPageReqVO pageReqVO) {
|
||||
PageResult<MesMdProductSipDO> pageResult = productSipService.getProductSipPage(pageReqVO);
|
||||
// TODO @芋艿:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
// TODO @管理员:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
return success(BeanUtils.toBean(pageResult, MesMdProductSipRespVO.class));
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ public class MesMdProductSipController {
|
||||
public CommonResult<List<MesMdProductSipRespVO>> getProductSipListByItemId(
|
||||
@RequestParam("itemId") Long itemId) {
|
||||
List<MesMdProductSipDO> list = productSipService.getProductSipListByItemId(itemId);
|
||||
// TODO @芋艿:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
// TODO @管理员:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
return success(BeanUtils.toBean(list, MesMdProductSipRespVO.class));
|
||||
}
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ public class MesMdProductSopController {
|
||||
@PreAuthorize("@ss.hasPermission('mes:md-item:query')")
|
||||
public CommonResult<PageResult<MesMdProductSopRespVO>> getProductSopPage(@Valid MesMdProductSopPageReqVO pageReqVO) {
|
||||
PageResult<MesMdProductSopDO> pageResult = productSopService.getProductSopPage(pageReqVO);
|
||||
// TODO @芋艿:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
// TODO @管理员:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
return success(BeanUtils.toBean(pageResult, MesMdProductSopRespVO.class));
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ public class MesMdProductSopController {
|
||||
public CommonResult<List<MesMdProductSopRespVO>> getProductSopListByItemId(
|
||||
@RequestParam("itemId") Long itemId) {
|
||||
List<MesMdProductSopDO> list = productSopService.getProductSopListByItemId(itemId);
|
||||
// TODO @芋艿:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
// TODO @管理员:工序模块实现后,补充 processCode/processName 的 JOIN 逻辑
|
||||
return success(BeanUtils.toBean(list, MesMdProductSopRespVO.class));
|
||||
}
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ public class MesProRouteProcessController {
|
||||
return success(buildRouteProcessRespVO(routeProcess));
|
||||
}
|
||||
|
||||
// TODO @芋艿:到底叫 list-by-item 还是 list-by-product?
|
||||
// TODO @管理员:到底叫 list-by-item 还是 list-by-product?
|
||||
@GetMapping("/list-by-product")
|
||||
@Operation(summary = "按产品获得工序列表", description = "根据产品查找关联的工艺路线,返回该路线的工序列表")
|
||||
@Parameter(name = "productId", description = "产品编号", required = true, example = "1")
|
||||
|
||||
@@ -31,7 +31,7 @@ import static cn.iocoder.yudao.framework.common.pojo.CommonResult.success;
|
||||
import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertSet;
|
||||
import static cn.iocoder.yudao.framework.common.util.collection.MapUtils.findAndThen;
|
||||
|
||||
// TODO @芋艿:【对齐】前端没地方调用,这里只先写后端代码;
|
||||
// TODO @管理员:【对齐】前端没地方调用,这里只先写后端代码;
|
||||
@Tag(name = "管理后台 - MES 生产任务投料")
|
||||
@RestController
|
||||
@RequestMapping("/mes/pro/task-issue")
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 批次生成请求 VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Data
|
||||
public class MesWmBatchGenerateReqVO {
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.ToString;
|
||||
/**
|
||||
* MES 装箱单分页 Request VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱单分页 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 装箱单 Response VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱单 Response VO")
|
||||
@Data
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 装箱单新增/修改 Request VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱单新增/修改 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.ToString;
|
||||
/**
|
||||
* MES 装箱明细分页 Request VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱明细分页 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 装箱明细 Response VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱明细 Response VO")
|
||||
@Data
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 装箱明细新增/修改 Request VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 装箱明细新增/修改 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -13,7 +13,7 @@ import static cn.iocoder.yudao.framework.common.util.date.DateUtils.FORMAT_YEAR_
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单分页 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -8,7 +8,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单 Response VO")
|
||||
@Data
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货单新增/修改 Request VO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单新增/修改 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货明细分页 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货明细 Response VO")
|
||||
@Data
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货明细新增/修改 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -8,7 +8,7 @@ import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单行分页 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -9,7 +9,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单行 Response VO")
|
||||
@Data
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* 管理后台 - MES 销售退货相关
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@Schema(description = "管理后台 - MES 销售退货单行新增/修改 Request VO")
|
||||
@Data
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 假期设置 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_holiday")
|
||||
@KeySequence("mes_cal_holiday_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -15,7 +15,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 排班计划 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_plan")
|
||||
@KeySequence("mes_cal_plan_seq")
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 计划班次 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_plan_shift")
|
||||
@KeySequence("mes_cal_plan_shift_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 计划班组关联 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_plan_team")
|
||||
@KeySequence("mes_cal_plan_team_seq")
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 班组 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_team")
|
||||
@KeySequence("mes_cal_team_seq")
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 班组成员 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_team_member")
|
||||
@KeySequence("mes_cal_team_member_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 班组排班 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_cal_team_shift")
|
||||
@KeySequence("mes_cal_team_shift_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 点检保养方案 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_check_plan")
|
||||
@KeySequence("mes_dv_check_plan_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 点检保养方案设备 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_check_plan_machinery")
|
||||
@KeySequence("mes_dv_check_plan_machinery_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 点检保养方案项目 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_check_plan_subject")
|
||||
@KeySequence("mes_dv_check_plan_subject_seq")
|
||||
|
||||
@@ -15,7 +15,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 设备点检记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_check_record")
|
||||
@KeySequence("mes_dv_check_record_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -12,7 +12,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 设备点检记录明细 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_check_record_line")
|
||||
@KeySequence("mes_dv_check_record_line_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -12,7 +12,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 设备台账 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_machinery")
|
||||
@KeySequence("mes_dv_machinery_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 设备类型 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_machinery_type")
|
||||
@KeySequence("mes_dv_machinery_type_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -15,7 +15,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 设备保养记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_mainten_record")
|
||||
@KeySequence("mes_dv_mainten_record_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -12,7 +12,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 设备保养记录明细 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_mainten_record_line")
|
||||
@KeySequence("mes_dv_mainten_record_line_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -15,7 +15,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 维修工单 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_repair")
|
||||
@KeySequence("mes_dv_repair_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
@@ -77,7 +77,7 @@ public class MesDvRepairDO extends BaseDO {
|
||||
* 关联 AdminUserDO#getId()
|
||||
*/
|
||||
private Long confirmUserId;
|
||||
// DONE @芋艿:sourceDocType、sourceDocId、sourceDocCode 为预留字段,对齐:暂未使用
|
||||
// DONE @管理员:sourceDocType、sourceDocId、sourceDocCode 为预留字段,对齐:暂未使用
|
||||
/**
|
||||
* 来源单据类型
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 维修工单行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_repair_line")
|
||||
@KeySequence("mes_dv_repair_line_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 点检保养项目 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_dv_subject")
|
||||
@KeySequence("mes_dv_subject_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 编码规则组成 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_auto_code_part")
|
||||
@KeySequence("mes_md_auto_code_part_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 编码生成记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_auto_code_record")
|
||||
@KeySequence("mes_md_auto_code_record_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 编码规则 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_auto_code_rule")
|
||||
@KeySequence("mes_md_auto_code_rule_seq")
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 客户 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_client")
|
||||
@KeySequence("mes_md_client_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 物料批次属性配置 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_item_batch_config")
|
||||
@KeySequence("mes_md_item_batch_config_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 物料产品 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_item")
|
||||
@KeySequence("mes_md_item_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 物料产品分类 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_item_type")
|
||||
@KeySequence("mes_md_item_type_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 产品 BOM DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_product_bom")
|
||||
@KeySequence("mes_md_product_bom_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 产品SIP DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_product_sip")
|
||||
@KeySequence("mes_md_product_sip_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
@@ -39,7 +39,7 @@ public class MesMdProductSipDO extends BaseDO {
|
||||
/**
|
||||
* 工序编号
|
||||
*/
|
||||
// TODO @芋艿:等 pro 工序模块实现后,补上 {@link} 关联
|
||||
// TODO @管理员:等 pro 工序模块实现后,补上 {@link} 关联
|
||||
private Long processId;
|
||||
/**
|
||||
* 标题
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 产品SOP DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_product_sop")
|
||||
@KeySequence("mes_md_product_sop_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 计量单位 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_unit_measure")
|
||||
@KeySequence("mes_md_unit_measure_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 供应商 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_vendor")
|
||||
@KeySequence("mes_md_vendor_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 车间 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_workshop")
|
||||
@KeySequence("mes_md_workshop_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 工作站 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_workstation")
|
||||
@KeySequence("mes_md_workstation_seq")
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 设备资源 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_workstation_machine")
|
||||
@KeySequence("mes_md_workstation_machine_seq")
|
||||
@@ -35,7 +35,7 @@ public class MesMdWorkstationMachineDO extends BaseDO {
|
||||
/**
|
||||
* 设备编号
|
||||
*
|
||||
* TODO @芋艿:等 dv 模块,关联设备表
|
||||
* TODO @管理员:等 dv 模块,关联设备表
|
||||
*/
|
||||
private Long machineryId;
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 工装夹具资源 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_workstation_tool")
|
||||
@KeySequence("mes_md_workstation_tool_seq")
|
||||
@@ -35,7 +35,7 @@ public class MesMdWorkstationToolDO extends BaseDO {
|
||||
/**
|
||||
* 工具类型编号
|
||||
*
|
||||
* TODO @芋艿:等 tm 模块,关联工具类型表
|
||||
* TODO @管理员:等 tm 模块,关联工具类型表
|
||||
*/
|
||||
private Long toolTypeId;
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 人力资源 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_md_workstation_worker")
|
||||
@KeySequence("mes_md_workstation_worker_seq")
|
||||
|
||||
@@ -11,7 +11,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 安灯呼叫配置 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_andon_config")
|
||||
@KeySequence("mes_pro_andon_config_seq")
|
||||
|
||||
@@ -17,7 +17,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 安灯呼叫记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_andon_record")
|
||||
@KeySequence("mes_pro_andon_record_seq")
|
||||
|
||||
@@ -14,7 +14,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 生产流转卡 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_card")
|
||||
@KeySequence("mes_pro_card_seq")
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 流转卡工序记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_card_process")
|
||||
@KeySequence("mes_pro_card_process_seq")
|
||||
@@ -82,7 +82,7 @@ public class MesProCardProcessDO extends BaseDO {
|
||||
/**
|
||||
* 过程检验单编号
|
||||
*
|
||||
* TODO @芋艿:关联 mes_qc_ipqc 表,等 IPQC 模块迁移后再对接
|
||||
* TODO @管理员:关联 mes_qc_ipqc 表,等 IPQC 模块迁移后再对接
|
||||
*/
|
||||
private Long ipqcId;
|
||||
/**
|
||||
|
||||
@@ -20,7 +20,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 生产报工 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_feedback")
|
||||
@KeySequence("mes_pro_feedback_seq")
|
||||
@@ -48,7 +48,7 @@ public class MesProFeedbackDO extends BaseDO {
|
||||
* 枚举 {@link MesProFeedbackTypeEnum}
|
||||
*/
|
||||
private Integer type;
|
||||
// TODO @芋艿:这个字段,暂时没使用到;
|
||||
// TODO @管理员:这个字段,暂时没使用到;
|
||||
/**
|
||||
* 报工途径
|
||||
*
|
||||
@@ -83,7 +83,7 @@ public class MesProFeedbackDO extends BaseDO {
|
||||
* 关联 {@link MesProWorkOrderDO#getId()}
|
||||
*/
|
||||
private Long workOrderId;
|
||||
// TODO @芋艿:这里待关联;
|
||||
// TODO @管理员:这里待关联;
|
||||
/**
|
||||
* 生产任务编号
|
||||
*/
|
||||
@@ -101,7 +101,7 @@ public class MesProFeedbackDO extends BaseDO {
|
||||
/**
|
||||
* 生产批号
|
||||
*
|
||||
* TODO @芋艿:预留字段,当前未启用
|
||||
* TODO @管理员:预留字段,当前未启用
|
||||
*/
|
||||
private String lotNumber;
|
||||
/**
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 生产工序内容 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_process_content")
|
||||
@KeySequence("mes_pro_process_content_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 生产工序 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_process")
|
||||
@KeySequence("mes_pro_process_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -9,7 +9,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 工艺路线 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_route")
|
||||
@KeySequence("mes_pro_route_seq")
|
||||
|
||||
@@ -11,7 +11,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 工艺路线工序 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_route_process")
|
||||
@KeySequence("mes_pro_route_process_seq")
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 工艺路线产品 BOM DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_route_product_bom")
|
||||
@KeySequence("mes_pro_route_product_bom_seq")
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 工艺路线产品 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_route_product")
|
||||
@KeySequence("mes_pro_route_product_seq")
|
||||
|
||||
@@ -20,7 +20,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 生产任务 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_task")
|
||||
@KeySequence("mes_pro_task_seq")
|
||||
|
||||
@@ -15,7 +15,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 生产任务投料 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_task_issue")
|
||||
@KeySequence("mes_pro_task_issue_seq")
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 生产工单 BOM DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_work_order_bom")
|
||||
@KeySequence("mes_pro_work_order_bom_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -19,7 +19,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 生产工单 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_work_order")
|
||||
@KeySequence("mes_pro_work_order_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 用户工作站绑定关系(当前快照) DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_work_record")
|
||||
@KeySequence("mes_pro_work_record_seq")
|
||||
|
||||
@@ -12,7 +12,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 上下工记录流水 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_pro_work_record_log")
|
||||
@KeySequence("mes_pro_work_record_log_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 缺陷类型 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_defect")
|
||||
@KeySequence("mes_qc_defect_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -18,7 +18,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
*
|
||||
* 通用缺陷记录表,通过 {@link #qcType} 区分检验类型(IQC、IPQC、OQC、RQC),多模块复用
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_defect_record")
|
||||
@KeySequence("mes_qc_defect_record_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 质检指标 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_indicator")
|
||||
@KeySequence("mes_qc_indicator_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -16,7 +16,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 检验结果记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_indicator_result")
|
||||
@KeySequence("mes_qc_indicator_result_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import lombok.*;
|
||||
/**
|
||||
* MES 检验结果明细记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_indicator_result_detail")
|
||||
@KeySequence("mes_qc_indicator_result_detail_seq")
|
||||
|
||||
@@ -20,7 +20,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 过程检验单(IPQC, In-Process Quality Control) DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_ipqc")
|
||||
@KeySequence("mes_qc_ipqc_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 过程检验单行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_ipqc_line")
|
||||
@KeySequence("mes_qc_ipqc_line_seq")
|
||||
|
||||
@@ -21,7 +21,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 来料检验单(IQC, Incoming Quality Control) DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_iqc")
|
||||
@KeySequence("mes_qc_iqc_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 来料检验单行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_iqc_line")
|
||||
@KeySequence("mes_qc_iqc_line_seq")
|
||||
|
||||
@@ -16,7 +16,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 出货检验单(OQC, Outgoing Quality Control) DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_oqc")
|
||||
@KeySequence("mes_qc_oqc_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 出货检验单行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_oqc_line")
|
||||
@KeySequence("mes_qc_oqc_line_seq")
|
||||
|
||||
@@ -16,7 +16,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 退货检验单(RQC, Return Quality Control) DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_rqc")
|
||||
@KeySequence("mes_qc_rqc_seq")
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 退货检验行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_rqc_line")
|
||||
@KeySequence("mes_qc_rqc_line_seq")
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
/**
|
||||
* MES 质检方案 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName(value = "mes_qc_template", autoResultMap = true)
|
||||
@KeySequence("mes_qc_template_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 质检方案-检测指标项 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_template_indicator")
|
||||
@KeySequence("mes_qc_template_indicator_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 质检方案-产品关联 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_qc_template_item")
|
||||
@KeySequence("mes_qc_template_item_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -14,7 +14,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 工具台账 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_tm_tool")
|
||||
@KeySequence("mes_tm_tool_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -11,7 +11,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 工具类型 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_tm_tool_type")
|
||||
@KeySequence("mes_tm_tool_type_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 条码配置 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_barcode_config")
|
||||
@KeySequence("mes_wm_barcode_config_seq")
|
||||
|
||||
@@ -10,7 +10,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 条码清单 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_barcode")
|
||||
@KeySequence("mes_wm_barcode_seq")
|
||||
|
||||
@@ -18,7 +18,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* 批次管理 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_batch")
|
||||
@KeySequence("mes_wm_batch_seq")
|
||||
|
||||
@@ -17,7 +17,7 @@ import cn.iocoder.yudao.module.mes.enums.DictTypeConstants;
|
||||
/**
|
||||
* MES 物料消耗记录 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_item_consume")
|
||||
@KeySequence("mes_wm_item_consume_seq")
|
||||
|
||||
@@ -20,7 +20,7 @@ import java.math.BigDecimal;
|
||||
* 记录 line 级别的消耗按线边库 FIFO 分配到具体批次的明细。
|
||||
* 一条 line 可能拆分为多条 detail(当一个批次库存不够,需要从下一个批次继续分配时)。
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_item_consume_detail")
|
||||
@KeySequence("mes_wm_item_consume_detail_seq")
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.math.BigDecimal;
|
||||
/**
|
||||
* MES 物料消耗记录行 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_item_consume_line")
|
||||
@KeySequence("mes_wm_item_consume_line_seq")
|
||||
|
||||
@@ -55,7 +55,7 @@ public class MesWmItemReceiptDetailDO extends BaseDO {
|
||||
/**
|
||||
* 批次编号
|
||||
*
|
||||
* TODO DONE @芋艿:保留。待 mes_wm_batch 模块迁移后补充 @link 关联
|
||||
* TODO DONE @管理员:保留。待 mes_wm_batch 模块迁移后补充 @link 关联
|
||||
*/
|
||||
private Long batchId;
|
||||
/**
|
||||
|
||||
@@ -43,7 +43,7 @@ public class MesWmMiscIssueDO extends BaseDO {
|
||||
* 枚举 {@link cn.iocoder.yudao.module.mes.enums.wm.MesWmMiscIssueTypeEnum}
|
||||
*/
|
||||
private Integer type;
|
||||
// TODO @芋艿:这里还没定,关联哪些;
|
||||
// TODO @管理员:这里还没定,关联哪些;
|
||||
/**
|
||||
* 来源单据类型
|
||||
*/
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.time.LocalDateTime;
|
||||
/**
|
||||
* MES 杂项入库单 DO
|
||||
*
|
||||
* @author 芋道源码
|
||||
* @author 恭学教育
|
||||
*/
|
||||
@TableName("mes_wm_misc_receipt")
|
||||
@KeySequence("mes_wm_misc_receipt_seq")
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user