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