供应商
This commit is contained in:
@ -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-无效)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user