项目组套相关更新
parent
15e7286003
commit
a277bc0ba2
@ -0,0 +1,13 @@
|
|||||||
|
package com.glxp.api.req.basic;
|
||||||
|
|
||||||
|
import com.glxp.api.util.page.ListPageRequest;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class DlThirdDestinyRequest extends ListPageRequest {
|
||||||
|
|
||||||
|
|
||||||
|
private String lastUpdateTime;
|
||||||
|
private String thirdSys;
|
||||||
|
|
||||||
|
}
|
@ -1,4 +1,40 @@
|
|||||||
package com.glxp.api.res.basic;
|
package com.glxp.api.res.basic;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
public class BasicSkProjectDetailResponse {
|
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