供应商

This commit is contained in:
2025-12-18 15:56:24 +08:00
parent 18a9fa1bf9
commit 1b82112b61
11 changed files with 59 additions and 17 deletions

View File

@ -58,6 +58,13 @@ public class LngCustomerPageVo {
@ApiModelProperty("客户类别(电厂/工业用户/城燃/贸易商)")
@Trans(type = TransType.DIC, id = "1990668471983194113")
private String typeCode;
/**
* 国际/国内(I-国际D-国内)
*/
@ApiModelProperty("国际/国内(I-国际D-国内)")
@Trans(type = TransType.DIC, id = "1990667691045732354")
private String dI;
/**
* 有效标志(不在黑名单)(Y-有效N-无效)
*/