wms租赁推送到bms计费凭证

This commit is contained in:
zhou-hongcheng
2026-03-19 14:02:42 +08:00
parent 04c1150c06
commit c2d4ce9610
7 changed files with 27 additions and 1 deletions
@@ -93,4 +93,7 @@ public class Lease extends BaseVOEntity{
@ApiModelProperty("推送时间")
private String pushTime;
@ApiModelProperty("业务员ID")
private String salesmanId;
}
@@ -94,4 +94,7 @@ public class LeasePO extends BaseVOEntity{
@ApiModelProperty("推送时间")
private String pushTime;
@ApiModelProperty("业务员ID")
private String salesmanId;
}
@@ -110,4 +110,7 @@ public class LeaseDO extends BaseVOEntity{
@ApiModelProperty("推送时间")
private String pushTime;
@ApiModelProperty("业务员ID")
private String salesmanId;
}