bug修改

This commit is contained in:
guoshengxiong 2024-04-19 17:45:12 +08:00
parent 55f9664f04
commit 98d798043e

View File

@ -65,4 +65,6 @@ public class XzSystemUserToCompanyProject implements Serializable {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "更新时间 yyyy-MM-dd HH:mm:ss")
private java.util.Date updateTime;
@ApiModelProperty(value = "总公司sn")
private String headquartersSn;
}