李白
昨天 a0a32468bd6f5e887938674d3c2cf70cc2f555b8
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/entity/PlanSubjectMatter.java
@@ -19,6 +19,10 @@
@Comment("排产计划标的物")
public class PlanSubjectMatter extends BaseModel<PlanSubjectMatter> {
    @Schema(description = "排产计划Id")
    @Column(columnDefinition = "bigint comment '排产计划Id'")
    private Long planId;
    @Schema(description = "产品Id")
    @Column(columnDefinition = "bigint comment '产品Id'")
    private Long productId;