资源甘特图提示
parent
80851b5a06
commit
64e48bf350
@ -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