Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
fd166bc0ff
@ -0,0 +1,17 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgn.bj;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: jokelin
|
||||
* @Date: 2020/11/29 5:40 PM
|
||||
* @Modify:
|
||||
*/
|
||||
@Data
|
||||
public class SparePartStockModel {
|
||||
|
||||
private Integer maxQty;
|
||||
|
||||
private Integer minQty;
|
||||
}
|
Loading…
Reference in New Issue