授权码导出功能

This commit is contained in:
kerwincui
2022-06-09 00:04:38 +08:00
parent 9dd368c883
commit 5660a399b8

View File

@@ -43,7 +43,7 @@ public class ProductAuthorize extends BaseEntity
private String userName; private String userName;
/** 状态1-未发布2-已发布,不能修改) */ /** 状态1-未发布2-已发布,不能修改) */
@Excel(name = "状态", readConverterExp = "1=-未分配2-使用") @Excel(name = "状态", readConverterExp = "1=未使用,2=已使用")
private Integer status; private Integer status;
/** 删除标志0代表存在 2代表删除 */ /** 删除标志0代表存在 2代表删除 */