Commit b9a2a7da authored by lenovo's avatar lenovo

规则详情导出详情状态信息转中文导出

parent d1cc0c23
......@@ -42,11 +42,11 @@ public class ActSuppliesRoleDetail extends BaseEntity
private String detailContent;
/**运算规则*/
@Excel(name = "运算规则")
@Excel(name = "运算规则",readConverterExp = "0=无,1=物料转换,2=加法运算,3=减法运算,4=乘法运算,5=除法运算")
private Integer convertStatus;
/** 状态 */
@Excel(name = "状态")
@Excel(name = "状态",readConverterExp = "0=启用,1=禁用")
private Integer status;
public String getRoleName() {
......
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