@ -49,4 +49,10 @@ public class OemProcessEntity extends BaseEntity {
@Schema(description = "是否手动结算:0否(自动结算),1是(手动结算)")
private String manual;
/**
* 结算大类ID
*/
@Schema(description = "结算大类ID")
private Long statementCategoryId;
}