mrzhssss
2022-01-10 976882dc2122eb1a12ad175416b41704e1a22a99
src/main/java/zy/cloud/wms/manager/entity/Cstmr.java
@@ -7,6 +7,7 @@
import com.core.common.Cools;
import com.core.common.SpringUtils;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import zy.cloud.wms.system.entity.Host;
import zy.cloud.wms.system.entity.User;
import zy.cloud.wms.system.service.HostService;
@@ -16,6 +17,7 @@
import java.text.SimpleDateFormat;
import java.util.Date;
@Data
@TableName("man_cstmr")
public class Cstmr implements Serializable {
@@ -105,22 +107,12 @@
    @ApiModelProperty(value= "备注")
    private String memo;
    @TableField("user_code")
    private String userCode;
    public Cstmr() {}
    public Cstmr(Long hostId, String uuid,String name,String contacts,String tel,String addr,Integer status,Long createBy,Date createTime,Long updateBy,Date updateTime,String memo) {
        this.hostId = hostId;
        this.uuid = uuid;
        this.name = name;
        this.contacts = contacts;
        this.tel = tel;
        this.addr = addr;
        this.status = status;
        this.createBy = createBy;
        this.createTime = createTime;
        this.updateBy = updateBy;
        this.updateTime = updateTime;
        this.memo = memo;
    }
//    Cstmr cstmr = new Cstmr(
//            null,    // 客户编号[非空]