fs-danaus
2021-06-17 5e6d268612d15a91dfe21bf4a38e0c15b4c36ad2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
package com.yc.open.mutual.entity;
 
import lombok.Data;
 
import java.io.Serializable;
 
/**
 * 通知消息
 */
@Data
public class T110503Data extends  BaseEntity implements Serializable {
    String matGroup ;
    String matGroupName ;
    String parentRowId;
    String rowid ;
    String treecontrol;
    String matCode ;
    String matName;
    String special ;
    String pushMatCodeToDistributorLastDateTime ;
    Double salesPrice;
    String baseUOM;
    String brand;
    //String vndcode;
    //String vndname;
    String calCostType;
    String matType;
    String qrCode;
    String photoPath;
    Integer baseuomrate;
}