mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
运营商表加字段 delayMode
This commit is contained in:
@@ -32,6 +32,11 @@ public class PileMerchantInfo extends BaseEntity {
|
||||
*/
|
||||
private String merchantLevel;
|
||||
|
||||
/**
|
||||
* 延时分账模式(0-不延时;1-延时分账)
|
||||
*/
|
||||
private String delayMode;
|
||||
|
||||
/**
|
||||
* 父级运营商id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user