Merge branch 'test' of http://192.168.12.182/invoice/sims-order into test
commit
22e737c5e8
@ -0,0 +1,25 @@ |
||||
package com.dxhy.order.consumer.modules.taxcodematch.entity; |
||||
|
||||
import lombok.Data; |
||||
|
||||
@Data |
||||
public class SdenergyTaxCodeMathchImport { |
||||
|
||||
|
||||
/** |
||||
* 物料分类编码 |
||||
*/ |
||||
private String wlflbm; |
||||
/** |
||||
* 物料名称 |
||||
*/ |
||||
private String flmc; |
||||
/** |
||||
* 税收分类编码 |
||||
*/ |
||||
private String ssflbm; |
||||
/** |
||||
* 税收分类名称 |
||||
*/ |
||||
private String ssflmc; |
||||
} |
Loading…
Reference in new issue