|
@@ -44,16 +44,4 @@ public class BizSupplierAccount extends CommonEntity {
|
|
|
@Schema(description = "供应商账号")
|
|
|
private String supplierAccount;
|
|
|
|
|
|
- /** 审核状态 */
|
|
|
- @Schema(description = "审核状态")
|
|
|
- private String auditStatus;
|
|
|
-
|
|
|
- /** 审核时间 */
|
|
|
- @Schema(description = "审核时间")
|
|
|
- private Date auditTime;
|
|
|
-
|
|
|
- /** 审核说明 */
|
|
|
- @Schema(description = "审核说明")
|
|
|
- private String auditReason;
|
|
|
-
|
|
|
}
|