shiyunteng
2026-06-18 5badb0e02901c3ea5570fdb9cf497aec7e48fd65
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.by4cloud.platformx.business.dto;
 
import lombok.Data;
 
@Data
public class AnalysisCommonDTO {
 
    private String year;
 
    /**
     * 账龄计算日期
     *  1/约定时间 2/发货时间 3/开票时间
     */
    private String agingType;
 
}