rentaiming
2024-07-03 2df8a92c7affbb7bf04659cab7d784b57a3e1bf5
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlVolumeProductionZygl.java
@@ -24,8 +24,8 @@
@ApiModel(value = "SlVolumeProductionZygl对象", description = "转移管理")
public class SlVolumeProductionZygl {
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("发起人ID")
    @TableField("sys_id")