中扬CRM客户关系管理系统
#
LSH
2023-11-29 f1549efaacbc34ab14ead2c01a7fa71f15b0e746
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package com.zy.crm.manager.entity.param;
 
import lombok.Data;
 
/**
 * Created by vincent on 2021/3/20
 */
@Data
public class StockTransferParam {
 
    private String matnr;
 
    private Double anfme;
 
    private Double total;
 
    private String allotNo;
 
 
}