|
|
|
@@ -53,7 +53,7 @@ public class WxAllBill extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建用户编码",name="createBy") |
|
|
|
public Long createBy; |
|
|
|
|
|
|
|
@Excel(name = "制单用户", format = "yyyy-MM-dd HH:mm:ss", width = 20, orderNum = "14") |
|
|
|
@Excel(name = "制单用户", width = 20, orderNum = "14") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建用户名称",name="createBy") |
|
|
|
public String createByName; |
|
|
|
|
|
|
|
@@ -64,7 +64,7 @@ public class WxAllBill extends TenantEntity { |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建用户编码",name="createBy") |
|
|
|
public Long updateBy; |
|
|
|
|
|
|
|
@Excel(name = "最后修改用户", format = "yyyy-MM-dd HH:mm:ss", width = 20, orderNum = "16") |
|
|
|
@Excel(name = "最后修改用户", width = 20, orderNum = "16") |
|
|
|
@io.swagger.annotations.ApiModelProperty(value="创建用户名称",name="createBy") |
|
|
|
public String updateByName; |
|
|
|
|
|
|
|
|