This commit is contained in:
张良(004796)
2024-03-07 19:08:47 +08:00
parent 60293b4a70
commit cfd8feb5eb
3 changed files with 68 additions and 2 deletions

View File

@@ -30,9 +30,9 @@ public class WithdrawSetting implements Serializable {
*/
private BigDecimal money;
/**
* 0=开启 1=关闭
* 1=开启 0=关闭
*/
private Integer status;
private Integer enableStatus;
/**
* 说明
*/