[init]创建能辉erp 系统

master
NH-LHG 2 years ago
parent 1b67991079
commit 271a616af0

@ -31,8 +31,7 @@ public class Order implements Serializable {
@ApiModelProperty(value = "id")
@JsonSerialize(using = ToStringSerializer.class)
private java.lang.Long id;
/**id*/
@TableId(type = IdType.ASSIGN_ID)
/**仓库id*/
@ApiModelProperty(value = "仓库id")
@JsonSerialize(using = ToStringSerializer.class)
private java.lang.Long storeId;

Loading…
Cancel
Save