wujianwei
1 天以前 d14994e10797ce5bc0d29668d358f7c5274dcc5b
service/src/main/java/com/ruoyi/cwgl/domain/ReceivableBillManagementLog.java
@@ -44,5 +44,10 @@
        @TableField("operation")
    private String operation;
    /** 来源系统ID(用于审核推送时识别目标TMS系统) */
    @Excel(name = "来源系统ID")
        @TableField("source_system_id")
    private Integer sourceSystemId;
}