Commit bd432ab2 by huluobin

technicianNames 作废

parent ae000099
......@@ -193,9 +193,9 @@ public class OrderServe implements Serializable {
@ApiModelProperty("美甲顾问id")
private String technicianIds;
@TableField(exist = false)
@ApiModelProperty("预约美甲师姓名")
private String technicianNames;
// @TableField(exist = false)
// @ApiModelProperty("预约美甲师姓名")
// private String technicianNames;
@TableField(exist = false)
private Integer lengthTime;
......
......@@ -89,7 +89,6 @@ public class Customer implements Serializable {
private String storeRecordRealName;
private String remark;
private String remark2;
private String remark3;
private String remark4;
......
......@@ -22,6 +22,9 @@ public class OrderServeDTO {
@ApiModelProperty("预约美甲师姓名")
private String technicianNames;
@ApiModelProperty("预约美甲师姓名")
private String technicianName;
@ApiModelProperty("服务改价(有正负)")
private BigDecimal serveChangePrice;
......
spring:
profiles:
active: pre
active: prod
servlet:
#文件上传最大容量
multipart:
......
......@@ -676,7 +676,7 @@ public class Test {
List<PurchaseSkuPOI> purchaseSkuPOIList = purchaseSkuMapper.purchaseSkuExcel();
// List<PurchaseSkuPOI>
String fileName = "/Users/huluobin/purchaseSku4.xlsx";
String fileName = "/Users/huluobin/purchaseSku6.xlsx";
purchaseSkuPOIList.forEach(purchaseSkuPOI -> {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment