This commit is contained in:
张秉卓
2026-03-09 17:28:05 +08:00
parent 177aad1c32
commit c0af645cf7
7 changed files with 32 additions and 10 deletions

View File

@ -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;
/**

View File

@ -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;

View File

@ -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;