新购验收单
This commit is contained in:
parent
be975c3162
commit
a8af2538aa
|
|
@ -12,7 +12,7 @@ import java.time.LocalDateTime;
|
||||||
* @version : 1.0
|
* @version : 1.0
|
||||||
* @PackagePath: com.bonus.material.ma.domain
|
* @PackagePath: com.bonus.material.ma.domain
|
||||||
* @CreateTime: 2025-02-13 17:33
|
* @CreateTime: 2025-02-13 17:33
|
||||||
* @Description: 物资类型记录表
|
* @Description: 物资类型租赁价格历史记录
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ public class PurchaseCheckFormVo {
|
||||||
private String code;
|
private String code;
|
||||||
|
|
||||||
@ApiModelProperty(value = "生产厂家")
|
@ApiModelProperty(value = "生产厂家")
|
||||||
private String supplierName;
|
private String supplier;
|
||||||
|
|
||||||
@ApiModelProperty(value = "到货日期")
|
@ApiModelProperty(value = "到货日期")
|
||||||
private String arrivalDate;
|
private String arrivalDate;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue