Merge pull request '资源甘特图提示' (#315) from andly.pan/i3plus-pojo:ext-dev into ext-dev
Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/315yun-zuoyi
commit
55f88edd0f
@ -0,0 +1,23 @@
|
||||
package cn.estsh.i3plus.pojo.aps.model;
|
||||
|
||||
import io.swagger.annotations.Api;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Description :资源甘特图警告提示
|
||||
* @Reference :
|
||||
* @Author : pantianhu
|
||||
* @CreateDate : 2021-11-22 15:51
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
@Api("资源甘特图警告提示")
|
||||
public class PromptModel {
|
||||
|
||||
@ApiParam(value ="同工序跨设备提示")
|
||||
private List<String> promptMessage;
|
||||
}
|
||||
|
Loading…
Reference in New Issue