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