中扬CRM客户关系管理系统
#
luxiaotao1123
2022-11-08 5fcaa5b9d0f5b84f8a25f3e2e8f27c3885d8710e
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;
 
 
}