修改
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package com.xjrsoft.module.price.dto;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import com.pictc.annotations.datalog.*;
|
||||
import com.xjrsoft.common.model.base.BaseModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
@ -97,6 +98,7 @@ public class UpdateLngPricePurPngAppSuDto extends BaseModel implements Serializa
|
||||
*/
|
||||
@LogField(name="价格生效年月",index=10)
|
||||
@ApiModelProperty("价格生效年月(YYYY-MM格式;日期缺省01)")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
private LocalDateTime dateFrom;
|
||||
|
||||
/**
|
||||
|
||||
@ -41,7 +41,7 @@ public class LngPricePurPngAppSuDtlVo {
|
||||
* 基础量/增量(基础量/增量1/增量2)
|
||||
*/
|
||||
@ApiModelProperty("基础量/增量(基础量/增量1/增量2)")
|
||||
@Trans(type = TransType.DIC, id = "2007987645607911425", transToFieldName = "priceTypeName")
|
||||
@Trans(type = TransType.DIC, id = "2007987645607911425", transToFieldName = "priceName")
|
||||
private String priceCode;
|
||||
private String priceName;
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ public class LngPriceSalesPngAppCuDtlVo {
|
||||
* 基础量/增量(基础量/增量1/增量2)
|
||||
*/
|
||||
@ApiModelProperty("基础量/增量(基础量/增量1/增量2)")
|
||||
@Trans(type = TransType.DIC, id = "2007987645607911425", transToFieldName = "priceTypeName")
|
||||
@Trans(type = TransType.DIC, id = "2007987645607911425", transToFieldName = "priceName")
|
||||
private String priceCode;
|
||||
private String priceName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user