src/main/java/com/ruoyi/production/pojo/ProductProcess.java
@@ -50,6 +50,9 @@ @TableField(updateStrategy = FieldStrategy.IGNORED) private BigDecimal salaryQuota; @ApiModelProperty("类型 区分是计时还是计件 0 计时 1计件") private Long type; /** * 创建时间 */ @@ -76,4 +79,11 @@ private Boolean isQuality; @ApiModelProperty(value = "创建用户") @TableField(fill = FieldFill.INSERT) private Integer createUser; @TableField(fill = FieldFill.INSERT) private Long deptId; }