Merge branch 'test' of http://192.168.12.182/invoice/sims-order into test
commit
1085760105
@ -0,0 +1,20 @@ |
|||||||
|
package com.dxhy.order.baseservice.module.groupmanagement.model; |
||||||
|
|
||||||
|
import lombok.Data; |
||||||
|
|
||||||
|
@Data |
||||||
|
public class GroupManagementEntityVO { |
||||||
|
|
||||||
|
/** |
||||||
|
* 组织id |
||||||
|
*/ |
||||||
|
private String groupId; |
||||||
|
/** |
||||||
|
* 组织名称 |
||||||
|
*/ |
||||||
|
private String groupName; |
||||||
|
/** |
||||||
|
* 销方纳税人识别号 |
||||||
|
*/ |
||||||
|
private String xhfNsrsbh; |
||||||
|
} |
Loading…
Reference in new issue