优化数据处理接口
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.cool.store.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
* @Date: 2025/06/09/11:02
|
||||
* @Version 1.0
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class FranchiseFeeStageDateDTO {
|
||||
private Long shopId;
|
||||
private Integer xgjCollectionStatus;
|
||||
private BigDecimal xgjFeesPaid = BigDecimal.ZERO;
|
||||
}
|
||||
Reference in New Issue
Block a user