|
@@ -40,6 +40,11 @@ public class EntrustDataInfoVO {
|
|
*/
|
|
*/
|
|
@ApiModelProperty("委托单位")
|
|
@ApiModelProperty("委托单位")
|
|
private String entrustInfo;
|
|
private String entrustInfo;
|
|
|
|
+ /**
|
|
|
|
+ * 委托单编号
|
|
|
|
+ */
|
|
|
|
+ @ApiModelProperty("委托单编号")
|
|
|
|
+ private String entrustNo;
|
|
/**
|
|
/**
|
|
* 委托单位名称
|
|
* 委托单位名称
|
|
*/
|
|
*/
|