运营商表加字段 delayMode

This commit is contained in:
2023-08-25 13:58:13 +08:00
parent cb16a447ec
commit a066a0d4fe
2 changed files with 19 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ public class PileMerchantInfo extends BaseEntity {
*/
private String merchantLevel;
/**
* 延时分账模式0-不延时1-延时分账)
*/
private String delayMode;
/**
* 父级运营商id
*/