新增项目组套接口
parent
5b08ac09a8
commit
9097edc96a
@ -0,0 +1,13 @@
|
||||
package com.glxp.mipsdl.req.ctqyy;
|
||||
|
||||
import com.glxp.mipsdl.req.base.ListPageRequest;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class DlThirdProjectRequest extends ListPageRequest {
|
||||
|
||||
|
||||
private String lastUpdateTime;
|
||||
private String thirdSys;
|
||||
|
||||
}
|
@ -0,0 +1,40 @@
|
||||
package com.glxp.mipsdl.res.udiwms;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class BasicSkProjectDetailResponse {
|
||||
|
||||
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 耗材产品id
|
||||
*/
|
||||
private Long relId;
|
||||
|
||||
/**
|
||||
* 定数包模板id
|
||||
*/
|
||||
private Long pId;
|
||||
|
||||
/**
|
||||
* 数量
|
||||
*/
|
||||
private Integer count;
|
||||
|
||||
private String thrName;
|
||||
private String thrCode;
|
||||
private String measureCount;
|
||||
private String measureUnit;
|
||||
private String category;
|
||||
private String frequency;
|
||||
private String price;
|
||||
private String ggxh;
|
||||
private String remark;
|
||||
private String createTime;
|
||||
private String createUser;
|
||||
private String updateTime;
|
||||
private String updateUser;
|
||||
|
||||
}
|
Loading…
Reference in New Issue