OMS-GW-企业国别

This commit is contained in:
zhaoqing
2026-05-07 18:49:37 +08:00
parent 9b67df1e88
commit 8c3d44d7da
4 changed files with 20 additions and 13 deletions
@@ -29,9 +29,6 @@ public class ErpCountry implements Serializable {
@ApiModelProperty("ERP国别名称")
private String erpCountryName;
@ApiModelProperty("备注")
private String remark;
@ApiModelProperty("推送状态:1-未推送,2-推送中,3-推送成功,4-推送失败")
private Integer pushStatus;
@@ -55,9 +52,6 @@ public class ErpCountry implements Serializable {
@ApiModelProperty("创建人")
private Long createBy;
@ApiModelProperty("创建人姓名")
private String createByName;
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty("创建时间")